home *** CD-ROM | disk | FTP | other *** search
/ Chip: 2005 Utilities / CHIP Utilities 2005 / CHIP Utilities 2005.iso / dosapps / freedos / doc / shsucdx / readme.1st < prev    next >
Encoding:
Text File  |  2000-10-20  |  2.3 KB  |  45 lines

  1. ISO images created by most mastering programs can be mounted as a drive
  2. under DOS using SHSUCDHD.  This format was adopted in the SHSUCD13
  3. release and has not been subsequently changed.  If you did not use a prior
  4. version you need not read the remainder of this document.
  5.  
  6.                              SHSUCD13
  7.                              May 1996
  8.  
  9.    Warning! Warning! Warning! Warning! Warning! Warning! Warning! Warning!
  10.  
  11. The format of the cache images used by the programs in SHSUCD13 differs from
  12. and is not compatable with the cache images of previous versions of SHSUCD.
  13. If you do not use cached images this will not affect you because the change
  14. has no effect on "real drives".
  15.  
  16. Previous versions did not cache the system area of a CD.  Block zero was
  17. omitted entirely and blocks 1 thru 15 were zeroed.  Programs in this version
  18. cache and use the entire volume space including the system area.  Thus
  19. existing cache images must be converted to the new format before they can
  20. be used by the programs in this archive.
  21.  
  22. If you do not want to convert existing images you can still use the updated
  23. version of SHSUCDX included in this archive.  The programs SHSUSERV, SHSUCDHD
  24. and CDCACHER all use the new format and cannot be used with old image files.
  25.  
  26. The conversion consists of appending a 2048 byte block of nulls to the
  27. beginning of the existing cache image.  This can be done with the DOS copy
  28. command and the included 2KBLOCK.DAT file.  The command is:
  29.  
  30. COPY /b 2KBLOCK.DAT + OLD.IMG NEW.IMG
  31.  
  32. You must have enough disk space to accomodate both the new image and the old
  33. image while it is being copied.  The old image can be deleted after the
  34. conversion is completed and verified.  Unfortunately, it takes a while to
  35. copy a 650 MByte image.
  36.  
  37. The new format is compatable with the format of the files created by the
  38. shareware program CD2FILE.  Thus files created with CD2FILE, and perhaps
  39. others that I do not know about, can now be used with both the SHSUCDHD
  40. pseudo driver and the SHSUSERV programs.
  41.  
  42. My apologies for the problems I am caausing by changing the format.  I
  43. should have changed it long ago.  A request by Olaf Marx
  44. <omarx@adler.biologie.Uni-Osnabrueck.DE> to make it compatable with the
  45. CD2FILE format finally prompted me to get on with it.  Thanks Olaf.